home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19970626-19970929 / 000107_news@newsmaster….columbia.edu _Fri Jul 25 00:43:37 1997.msg < prev    next >
Internet Message Format  |  1997-09-28  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id AAA00462
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 25 Jul 1997 00:43:37 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id AAA25927
  7.     for kermit.misc@watsun; Fri, 25 Jul 1997 00:43:36 -0400 (EDT)
  8. From: Jerry Oberle <73400.2616@CompuServe.COM>
  9. Newsgroups: comp.protocols.kermit.misc
  10. Subject: Re: Using TELNET with a dialup connection with CKermit 6.0.192 on NextStep
  11. Date: 21 Jul 1997 13:30:16 GMT
  12. Organization: Meca Software, LLC
  13. Lines: 14
  14. Message-ID: <5qvo98$f8s$1@mhadf.production.compuserve.com>
  15. References: <5qjs23$nnf@andromeda.rutgers.edu>
  16. Path: news.columbia.edu!panix!howland.erols.net!infeed2.internetmci.com!newsfeed.internetmci.com!fremen.xsite.net!ntawwabp.compuserve.com!compuserve.com!news.production.compuserve.com!news
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:7387
  18.  
  19. You cannot start up a PPP session using kermit.  You need
  20. to run a PPP Daemon to start PPP, such as pppd on Unix or
  21. Win95's dial up networking.
  22.  
  23. Once you have PPP running, then you can use Kermit as a
  24. telnet client.  The command "set network tcp/ip" simply
  25. tells Kermit to behave as a telnet client, rather than
  26. trying to access a serial communications port directly.
  27. It doesn't actually manage the network link, as pppd does.
  28.  
  29. I hope this helps.
  30.  
  31. Regards,
  32. Jerry Oberle